home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / cli / cal11.lha / cal / cal.doc < prev   
Text File  |  1995-10-03  |  2KB  |  141 lines

  1.  
  2.          cal, Version 1.1
  3.          written by Andreas Tetzl
  4.          this is FREEWARE !
  5.  
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10.     Cal is a command similar to the one found on UNIX systems.
  11.     It shows a calendar of the current month or any other month.
  12.  
  13.  
  14.  
  15. DISTRIBUTION
  16.  
  17.     Cal is FREEWARE ! You are free to distribute the archive
  18.     as long as no files are removed or changed.
  19.     Commercial use is prohibited without the permission of
  20.     the author.
  21.  
  22.  
  23.  
  24. REQUIREMENTS
  25.  
  26.     Cal needs at least Kickstart 2.0 v37.
  27.     If you have Kickstart v38+ installed, it will use the
  28.     locale.library.
  29.  
  30.  
  31.  
  32. INSTALLATION
  33.  
  34.     Just copy it to your c directory or somewhere you want
  35.     - that's all.
  36.  
  37.  
  38.  
  39. CLI OPTIONS
  40.  
  41.     MONTH/N,YEAR/N
  42.  
  43.     If you specify no arguments, the current month will be
  44.     printed.
  45.     You can specify a month and a year to print a specific
  46.     month.
  47.  
  48.     If you give only a month, the current year will be used.
  49.  
  50.     If you give only a year, a complete calendar of this year
  51.     is printed.
  52.  
  53.     format:
  54.      MONTH: the number of month (1-12)
  55.      YEAR:  the year in short or long form (e.g. 95 or 1995)
  56.  
  57.     examples:
  58.      cal 4          ; april of the current year
  59.      cal 2 93       ; feb-1993
  60.      cal 12 2000    ; dec-2000
  61.      cal 1 3        ; jan-2003
  62.      cal 1995       ; calendar of 1995
  63.  
  64.  
  65.  
  66. OUTPUT FORMAT
  67.  
  68.     If you have OS v38/2.1+, the format of the calendar is taken
  69.     from locale.library, so you can ignore this chapter.
  70.  
  71.  
  72.     If you use Kickstart 2.0 without locale.library, read the
  73.     following:
  74.  
  75.  
  76.     If you prefer an output with sunday as last weekday, you
  77.     have to set the environment variable SUNDAY_LAST.
  78.  
  79.     Use 'setenv SUNDAY_LAST 1' to set the variable.
  80.  
  81.     If you want SUNDAY_LAST set up permanently you have to copy
  82.     the variable to ENVARC.
  83.  
  84.     use:
  85.     copy ENV:SUNDAY_LAST ENVARC:
  86.  
  87.  
  88.  
  89. FUTURE PLANS
  90.  
  91.     - highlighting of special days
  92.     - support of dates erlier than 1978
  93.  
  94.     comments are welcome
  95.  
  96.  
  97.  
  98. THANKS
  99.  
  100.     Kay Drangmeister
  101.        for a locale.library hint
  102.  
  103.  
  104.  
  105.  
  106. THE AUTHOR
  107.  
  108.     snailmail:
  109.  
  110.      Andreas Tetzl
  111.      Liebethaler Str. 18
  112.      01796 Pirna
  113.      Germany
  114.  
  115.  
  116.     email:
  117.  
  118.      atetzl@hawk.sax.de
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.     hope you like it ...
  128.  
  129.     so long,
  130.             Andreas
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.